home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / CLP2DLFI / DLMAIN.DFM / DLMAIN.txt
Text File  |  1995-11-12  |  2KB  |  79 lines

  1. object mainwin: Tmainwin
  2.   Left = 90
  3.   Top = 137
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'xBase to Delphi'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIForm
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   WindowMenu = ActiveWindows1
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object MainMenu1: TMainMenu
  20.     Left = 360
  21.     Top = 20
  22.     object File1: TMenuItem
  23.       Caption = '&File'
  24.       object TranslatexBase1: TMenuItem
  25.         Caption = '&Translate xBase Code'
  26.         OnClick = TranslatexBase1Click
  27.       end
  28.       object BrowseDatabases1: TMenuItem
  29.         Caption = '&Browse Database'
  30.         OnClick = BrowseDatabases1Click
  31.       end
  32.       object SystemInfo1: TMenuItem
  33.         Caption = 'S&ystem Info'
  34.         OnClick = SystemInfo1Click
  35.       end
  36.       object N1: TMenuItem
  37.         Caption = '-'
  38.       end
  39.       object ReportPreviewActive1: TMenuItem
  40.         Caption = 'Report Preview Active'
  41.         OnClick = ReportPreviewActive1Click
  42.       end
  43.       object SelectPrinter1: TMenuItem
  44.         Caption = '&Select Printer'
  45.         OnClick = SelectPrinter1Click
  46.       end
  47.       object N2: TMenuItem
  48.         Caption = '-'
  49.       end
  50.       object FlushFieldList1: TMenuItem
  51.         Caption = '&Clear Field Info (Forces Reload)'
  52.         OnClick = FlushFieldList1Click
  53.       end
  54.       object N3: TMenuItem
  55.         Caption = '-'
  56.       end
  57.       object Exit1: TMenuItem
  58.         Caption = 'E&xit'
  59.         OnClick = Exit1Click
  60.       end
  61.     end
  62.     object ActiveWindows1: TMenuItem
  63.       Caption = '&Active Windows'
  64.       object Normal1: TMenuItem
  65.         Caption = '&Normal'
  66.         OnClick = Normal1Click
  67.       end
  68.       object Cascade1: TMenuItem
  69.         Caption = '&Cascade'
  70.         OnClick = Cascade1Click
  71.       end
  72.       object Tile1: TMenuItem
  73.         Caption = '&Tile'
  74.         OnClick = Tile1Click
  75.       end
  76.     end
  77.   end
  78. end
  79.